home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclx7.5a- / tclx7 / usr / local / tclX / 7.5a-a2 / help / TclX.brf < prev   
Encoding:
Text File  |  1995-11-14  |  6.5 KB  |  110 lines

  1. help    Tcl help facility.
  2. tcl/control/commandloop    Create an interactive command loop.
  3. tcl/control/loop    Higher-performance for-style loop.
  4. tcl/debug/cmdtrace    Trace Tcl execution.
  5. tcl/debug/edprocs    Edit named procs, or all procs.
  6. tcl/debug/profile    Collect Tcl script performance profile data.
  7. tcl/debug/profrep    Generate a report from data collect from the profile command.
  8. tcl/debug/saveprocs    Save named procs to a file, or all procs.
  9. tcl/files/chgrp    Change file group.
  10. tcl/files/chmod    Set file permissions.
  11. tcl/files/chown    Change file owner and/or group.
  12. tcl/files/chroot    Change root directory.
  13. tcl/files/copyfile    Copy the remainder of one open file into another.
  14. tcl/files/dup    Duplicate an open file
  15. tcl/files/echo    Echo one or more strings to stdout, followed by a newline.
  16. tcl/files/fcntl    Get or set file access options for an open file.
  17. tcl/files/flock    Lock all or part of a file.
  18. tcl/files/for_file    Do a foreach-style loop on each line in a file.
  19. tcl/files/for_recursive_glob    A foreach-style loop for all matched (globbed) files.
  20. tcl/files/frename    Renames a file.
  21. tcl/files/fstat    Obtain status information about an open file.
  22. tcl/files/ftruncate    Truncate a file to a specified size.
  23. tcl/files/funlock    Remove a lock from part or all of a file.
  24. tcl/files/lgets    Read a list for a file, handles embedded newlines.
  25. tcl/files/link    Create a link to a file.
  26. tcl/files/mkdir    Create a new directory.
  27. tcl/files/pipe    Create a pipe.
  28. tcl/files/read_file    Read in a file to a string.
  29. tcl/files/readdir    Read the contents of a directory.
  30. tcl/files/recursive_glob    Recursive filename matching (globbing).
  31. tcl/files/rmdir    Remove directories
  32. tcl/files/select    Synchronous I/O multiplexing.
  33. tcl/files/sync    Force a file or all files to be written to disk.
  34. tcl/files/unlink    Delete (unlink) files.
  35. tcl/files/write_file    Write strings out to a file.
  36. tcl/filescan/scancontext    Manage file scan contexts.
  37. tcl/filescan/scanfile    Scan a file, executing match code when their patterns are matched.
  38. tcl/filescan/scanmatch    Specify tcl code to execute when scanfile pattern is matched.
  39. tcl/internation/catclose    Close a message catalog.
  40. tcl/internation/catgets    Retrieve a message from a message catalog.
  41. tcl/internation/catopen    Open a message catalog.
  42. tcl/intro/keyedlists    Introduction to keyed lists
  43. tcl/keyedlists/keyldel    Delete a field of a keyed list.
  44. tcl/keyedlists/keylget    Get the value of a field of a keyed list.
  45. tcl/keyedlists/keylkeys    Get the keys in a keyed list.
  46. tcl/keyedlists/keylset    Set the value of a field of a keyed list.
  47. tcl/libraries/auto_commands    List names of loadable library commands and procedures.
  48. tcl/libraries/auto_load    Force an autoload of a command.
  49. tcl/libraries/auto_load_file    Search the auto_path for a file to source.
  50. tcl/libraries/auto_packages    List all packages.
  51. tcl/libraries/buildpackageindex    Build index files for package libraries.
  52. tcl/libraries/convert_lib    Convert an Ousterhout style tclIndex file to a package library.
  53. tcl/libraries/loadlibindex    Load the index of a package library
  54. tcl/libraries/packagelib    Tcl loadable libraries and packages.
  55. tcl/libraries/searchpath    Search a path list for a file.
  56. tcl/lists/intersect    Return a list containing every element present in both lists.
  57. tcl/lists/intersect3    Return three lists from an intersection of two lists.
  58. tcl/lists/lassign    Assign successive elements of a list to specified variables.
  59. tcl/lists/lempty    Determine if a list is empty. 
  60. tcl/lists/lmatch    Return a list of elements from a list that match a pattern
  61. tcl/lists/lrmdups    Given a list, remove all of the duplicated elements.
  62. tcl/lists/lvarcat    Concatenate the contents lists or strings into a variable
  63. tcl/lists/lvarpop    Pop or replace the specified element from a list.
  64. tcl/lists/lvarpush    Push or insert the an element into a list.
  65. tcl/lists/union    Return the logical union of two lists.
  66. tcl/math/fmathcmds    Command interfaces to the expr math functions (sin, cos, tan, etc).
  67. tcl/math/max    Return the argument that has the highest numeric value.
  68. tcl/math/min    Return the argument that has the lowest numeric value.
  69. tcl/math/random    Return a pseudorandom integer or set the seed.
  70. tcl/processes/execl    Perform a process exec, executing a file.
  71. tcl/processes/fork    Fork the current Tcl process.
  72. tcl/processes/kill    Send a signal to the specified process.
  73. tcl/processes/nice    Change or return the process priority.
  74. tcl/processes/system    Execute command via `system' call.
  75. tcl/processes/wait    Wait for a child process to terminate.
  76. tcl/server/server_accept    Accept a client connection to a TCP/IP server socket.
  77. tcl/server/server_cntl    Set options on to a TCP/IP socket.
  78. tcl/server/server_connect    Connect to a TCP/IP based server.
  79. tcl/server/server_create    Create a TCP/IP server socket that can accept multiple connections.
  80. tcl/server/server_info    Obtain information about a TCP/IP server.
  81. tcl/server/server_send    Send a message to a TCP/IP socket.
  82. tcl/signals/signal    Specify action to take when a signal is received.
  83. tcl/status/dirs    List the directories in the directory stack.
  84. tcl/status/id    Access, set or convert process, user and group information.
  85. tcl/status/infox    Return information about Extended Tcl, or the current application.
  86. tcl/status/popd    Pop a directory from a stack of directories and cd to it.
  87. tcl/status/pushd    Push a directory to a stack of directories.
  88. tcl/status/showproc    List the definition of the named procedure.
  89. tcl/status/umask    Get or set the file-creation mode mask.
  90. tcl/strings/ccollate    String comparison command (include localized collation).
  91. tcl/strings/cequal    String equality convenience command.
  92. tcl/strings/cindex    Return indexed character from string.
  93. tcl/strings/clength    Return length of specified string.
  94. tcl/strings/crange    Return range of characters from string.
  95. tcl/strings/csubstr    Return a substring from within a string.
  96. tcl/strings/ctoken    Parse a token from a character string.
  97. tcl/strings/ctype    Determine if a string has various characteristics.
  98. tcl/strings/replicate    Replicate string a number of times.
  99. tcl/strings/translit    Translate characters in a string according to patterns.
  100. tcl/tclshell/initialize    Tcl shell initialization.
  101. tcl/tclshell/intro    Introduction to the tcl shell.
  102. tcl/tclshell/variables    Tcl shell variables.
  103. tcl/time/alarm    Set a process alarm clock.
  104. tcl/time/convertclock    Parse and convert a date and time string to integer clock value.
  105. tcl/time/fmtclock    Convert an integer time value to human-readable format.
  106. tcl/time/getclock    Return current date and time as an integer value.
  107. tcl/time/sleep    Sleep for the specified number of seconds.
  108. tcl/time/times    Get process and child execution times.
  109. tcl/variables/for_array_keys    Do a foreach-style loop on each key in an array.
  110.